<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>SSI test</title>
</head>

<body>
	<h1>Test af Serverside included</h1>
    	<p>her er almindelig tekst5</p>
        <!--#include virtual="ssi.html" -->
        <a href="side 1.html">link</a> til side 1
</body>
</html>
